libevent-sys 0.1.3

Rust FFI bindings to the libevent library
Documentation

libevent-sys

Released API docs

Rust FFI bindings to libevent library made using Rust-Bindgen.

Created and maintained by the Tornado Project

Note this package only supports Linux at this time.

Support for MacOS and Windows is planned, but pull requests helping are greatly appreciated. Especially for MacOS because I do not have access to one.

Building

Depends on libevent-dev or equivalent to be installed on the system. It can be found in most distro's package managers or from the libevent website linked aboce.

Once that is installed just use cargo build.